home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / rsynth1.zip / Freeze < prev    next >
Text File  |  1994-11-04  |  146b  |  9 lines

  1. #!/bin/sh
  2. if [ $# -gt 0 ]
  3.  then 
  4.   ci -f -l -t/dev/null "-m$*" `cat MANIFEST`
  5.  else
  6.   echo "Supply log message as argument(s)" 1>&2
  7.   exit 1;
  8. fi 
  9.